-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new space selector bottom sheet #1541
Implement new space selector bottom sheet #1541
Conversation
- First implementation
- Apply search query to the recents section
- Root space list from MXSpaceService
- Code tweaks
…Implement_new_Space_selector_bottom_sheet
- update after code review
- Changed MXRecentsRoomListDataFetcher to MXBreadcrumbsRoomListDataFetcher
- Added change log
…Implement_new_Space_selector_bottom_sheet
Codecov Report
@@ Coverage Diff @@
## develop #1541 +/- ##
===========================================
+ Coverage 34.67% 42.11% +7.43%
===========================================
Files 515 515
Lines 84105 84113 +8
Branches 37104 37062 -42
===========================================
+ Hits 29166 35424 +6258
+ Misses 54027 47655 -6372
- Partials 912 1034 +122
Continue to review full report at Codecov.
|
- Added change log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* release/nodefy_0.23.15: (175 commits) finish version++ version++ Stop using the room ID from the space child state. finish version++ version++ MXBeaconAggregations: Add debug log when MXBeaconInfoSummary associated to a stopped beacon info is not found. Implement new space selector bottom sheet (matrix-org#1541) Rooms without an unread badge show up in "unread" tab (matrix-org#1540) Delight edit layout experiment (matrix-org#1515) Send an empty dictionary when calling /join to be spec compliant. Empty commit to wake codecov AllWorkingTests: Disable tests that do not pass on GH actions changelog AllWorkingTests: Disabled commented tests Crypto tests CI: Expose tests report on failure and share code coverage Tests: Run working integration tests on every PR AllWorkingTests: Disable all unit tests AllWorkingTests: Disable the 22 tests that fail AllWorkingTests: Disable test classes with tests that crash Tests: Create AllWorkingTests test plan with stable tests ... # Conflicts: # MatrixSDK/Data/RoomSummaryStore/CoreData/Models/MXRoomSummaryMO.swift
Needed for element-hq/element-ios#6410